#hero {
    background: url(../img/Zylem/Zylem-background.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-content-zylem {
    position: relative;
}
#about {
    background: rgba(101, 34, 26, .05);
}
.tabs-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab button {
    display: block;
    cursor: pointer;
    transition: 0.3s;
    font-size: 2rem;
    border: 0;
    border-radius: 20rem;
    background: var(--white);
    color: var(--black);
    font-weight: var(--bold);
    line-height: 2.6rem;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .1);
    margin: 3rem 1rem;
    width: -webkit-fill-available;
}
.tab h1 {
    font-weight: 700;
    color: #65221A33;
    font-size: 6rem;
}
.tab h5 {
    font-size: 1.8rem;
    color: var(--black);
    font-weight: var(--bold);
    line-height: 2.6rem;
}
.tabcontent, .tabContentMobile {
  background: url('../img/Zylem/Rectangle-17.png');
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  margin: 0rem 2rem;
  height: 100%;
}
.tabcontent p, .tabContentMobile p{
  color:var(--white);
  padding: 4rem;
  font-weight: var(--regular);
  line-height: 3.4rem;
  opacity: 1;
}
.tab button:hover {
    background-color: var(--primary);
    color: var(--white);
}
.tab button:hover h1 {
    color: #FFF3;
}
.tab button:hover h5 {
    color: var(--white);
}
.tab button.active {
    background-color: var(--primary);
    color: var(--white);
}
.tab button.active h1 {
    color: #FFF3;
}
.tab button.active h5 {
    color: var(--white);
}
.left-tab h5 {
    text-align: right;
}
.right-tab h5 {
    text-align: left;
}
.right-tab .row {
    flex-direction: row-reverse;
}
#product {
    background: url(../img/Zylem/products-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hex {
    padding: 12rem 5rem;
    background-image: url(../img/Zylem/Polygon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hex:hover {
    scale: 1.1;
}
.hex h6 {
    font-size: 1.6rem;
    font-weight: var(--bold);
}
.zylem-product {
    background-image: url(../img/Zylem/Group-77.png)!important;
}
.hex h4 {
    color: var(--white);
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: var(--medium);
    padding: 8rem 0rem;
}
.row-hex2 {
    margin-top: -10rem;
}
.row-hex3 {
    margin-top: -10rem;
}
.sol-card {
    border-radius: 1rem;
    background: var(--white);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .1);
    padding: 2rem;
    height: 100%}
.sol-card:hover {
    scale: 1.05;
}
.sol-card h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: var(--black);
    font-weight: var(--bold);
}
.sol-card:hover .sol-img1 img {
    content: url(../img/Zylem/sales-report-hover.svg);
}
.sol-card:hover .sol-img2 img {
    content: url(../img/Zylem/custom-report-hover.svg);
}
.sol-card:hover .sol-img3 img {
    content: url(../img/Zylem/mobile-computing-hover.svg);
}
.sol-card:hover .sol-img4 img {
    content: url(../img/Zylem/user-friendly-hover.svg);
}
.sol-card:hover .sol-img5 img {
    content: url(../img/Zylem/power-bi-hover.svg);
}
.sol-card:hover .sol-img6 img {
    content: url(../img/Zylem/email-reports-hover.svg);
}
#perfect-mobile{
  display: none;
}
@media (max-width:1250px) {
    .row-hex2, .row-hex3 {
    margin-top: -14rem;
}
}@media (max-width:680px) {
    .left-tab .row {
    flex-direction: row-reverse;
}
.left-tab h5 {
    text-align: left;
}
.hex {
    padding: 12rem 8rem;
}
.row-hex2 {
    margin-top: 0;
}
.row-hex3 {
    margin-top: 0;
}
.sol-card {
    margin: 15px;
}
#perfect{
    display: none;
  }
#perfect-mobile{
    display: block;
  }
}
@media(min-width:2100px) {
    .hex {
    padding: 18rem 5rem;
}
}
@media(max-width:500px){
    .hex img{
        width:100px !important;
      
    }
}